home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 361
- Top = 204
- Width = 448
- Height = 373
- Caption = 'ZIP Test Program'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object NumFiles: TLabel
- Left = 8
- Top = 248
- Width = 43
- Height = 13
- Caption = 'NumFiles'
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 440
- Height = 233
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 0
- object FileList: TListBox
- Left = 9
- Top = 48
- Width = 416
- Height = 177
- ItemHeight = 13
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = FileListDrawItem
- end
- end
- object Header1: THeader
- Left = 8
- Top = 29
- Width = 393
- Height = 20
- Sections.Sections = (
- #0'169'#0'Name'
- #0'48'#0'Modified'
- #0'44'#0'Method'
- #0'30'#0'Path')
- TabOrder = 1
- OnSized = Header1Sized
- end
- object RevSort: TCheckBox
- Left = 12
- Top = 280
- Width = 97
- Height = 17
- Caption = '&Reverse Sort'
- TabOrder = 2
- OnClick = RevSortClick
- end
- object MainMenu1: TMainMenu
- Left = 391
- Top = 250
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open...'
- OnClick = Open1Click
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'ZIP Files|*.ZIP'
- Left = 359
- Top = 251
- end
- end
-